Global Index
HTML5 JS API Index > SVG Tutorials & Specs

SVGFECompositeElement

Extends SVGElement. Implements SVGFilterPrimitiveStandardAttributes, SVGFilterPrimitiveStandardAttributes.

Properties
const unsigned short
SVG_FECOMPOSITE_OPERATOR_ARITHMETIC = 6
Corresponds to value 'arithmetic'.
const unsigned short
SVG_FECOMPOSITE_OPERATOR_ATOP = 4
Corresponds to value 'atop'.
const unsigned short
SVG_FECOMPOSITE_OPERATOR_IN = 2
Corresponds to value 'in'.
const unsigned short
SVG_FECOMPOSITE_OPERATOR_OUT = 3
Corresponds to value 'out'.
const unsigned short
SVG_FECOMPOSITE_OPERATOR_OVER = 1
Corresponds to value 'over'.
const unsigned short
SVG_FECOMPOSITE_OPERATOR_UNKNOWN = 0
The type is not one of predefined types. It is invalid to attempt to define a new value of this type or to attempt to switch an existing value to this type.
const unsigned short
SVG_FECOMPOSITE_OPERATOR_XOR = 5
Corresponds to value 'xor'.
SVGAnimatedLength
height
The height coordinate of the rectangle, in user units. Exceptions on settingDOMException, code NO_MODIFICATION_ALLOWED_ERR Raised when the rectangle corresponds to a read only attribute or when the object itself is read only.
SVGAnimatedString
in1
Corresponds to attribute ‘in’ on the given ‘feBlend’ element.
SVGAnimatedString
in2
Corresponds to attribute ‘in2’ on the given ‘feBlend’ element.
SVGAnimatedNumber
k1
Corresponds to attribute ‘k1’ on the given ‘feComposite’ element.
SVGAnimatedNumber
k2
Corresponds to attribute ‘k2’ on the given ‘feComposite’ element.
SVGAnimatedNumber
k3
Corresponds to attribute ‘k3’ on the given ‘feComposite’ element.
SVGAnimatedNumber
k4
Corresponds to attribute ‘k4’ on the given ‘feComposite’ element.
SVGAnimatedEnumeration
operator
Corresponds to attribute ‘operator’ on the given ‘feComposite’ element. Takes one of the SVG_FECOMPOSITE_OPERATOR_* constants defined on this interface.
SVGAnimatedString
result
Corresponds to attribute ‘result’ on the given element.
SVGAnimatedLength
width
The width coordinate of the rectangle, in user units. Exceptions on settingDOMException, code NO_MODIFICATION_ALLOWED_ERR Raised when the rectangle corresponds to a read only attribute or when the object itself is read only.
SVGAnimatedLength
x
The x coordinate of the rectangle, in user units. Exceptions on settingDOMException, code NO_MODIFICATION_ALLOWED_ERR Raised when the rectangle corresponds to a read only attribute or when the object itself is read only.
SVGAnimatedLength
y
The y coordinate of the rectangle, in user units. Exceptions on settingDOMException, code NO_MODIFICATION_ALLOWED_ERR Raised when the rectangle corresponds to a read only attribute or when the object itself is read only.